03. Debugging Practice 2

Debugging Practice 2

Start Quiz:

# What do you think the programmer who wrote the following code WANTED it to do?
#
# Do you think this code will work? Why or why not?

print 1
print  2
print   3
print     4
print        5
print              6
print                       7
print                                     8
print                                                          9

# Once you have a guess, press the "Test Run" button below.